QueryAddColumn(query, column-name, array-name)Adds a new column to a specified query and populates the column's rows with the contents of a one-dimensional array. Returns the query object with the additional column. Padding is added, if necessary, on the query columns to ensure that all columns have the same number of rows.
Name of a query that was created with QueryNew.
The name of the new column.
The name of the array whose elements are to populate the new column.